home *** CD-ROM | disk | FTP | other *** search
/ Hack-Mag 1 / Hack-Mag - Issue 1 (1990-08-22)(D-Tect)(PD).adf / Soundtracker-Replays / OldPlayer.doc < prev    next >
Text File  |  2014-06-19  |  3KB  |  71 lines

  1.  
  2. Songplayer.DOC  -  A Quick Clarification.
  3. -----------------------------------------
  4.  
  5. Date of development : 24-Apr-1989.
  6.  
  7. Coding              : MnemoTroN.
  8.  
  9. Instructions        : MnemoTroN.
  10.  
  11. ---------------------------------------------------------------------------
  12.  
  13.  
  14.                     Task
  15.                     ----
  16.  
  17. Songplayer  will  play any (I hope) tune composed with the SoundTracker.  It
  18. supports all Soundtracker versions upto Soundtracker V2.3.
  19.  
  20.  
  21.                 How to use Songplayer
  22.                 ---------------------
  23.  
  24. Songplayer  is very easy to use.  All you need is the main program, a Sound-
  25. Tracker song and the instruments used by the song.  The basic syntax is
  26.  
  27.            Songplayer <song-/modulename> [-I] [-O] [-M]
  28.  
  29. <songname> is the filename of the song you want to play.
  30.  
  31. The  -I  (you  may  also  type  -i)  option forces Songplayer to replace the
  32. disk-number   with   'instr/'.   Otherwise  Songplayer  tries  to  load  the
  33. instruments from the given volume in the correct order.
  34.  
  35. The  -O  (for  computers without Shift:  -o) option lets Songplayer play the
  36. song  only once.  With this feature it is possible to make a long-play-disk.
  37. You  only  have  to write a startup-sequence with the Songplayer calls, copy
  38. the songs and instruments on the disk and run it.
  39.  
  40. The  -L  option  will switch the lowpass-filter off.  This feature will only
  41. work  with  the  Amiga  500  and  2000 (sideeffect:  the Power-LED darkens).
  42. Sorry,  Amiga  1000 users, but your filter isn't connected with PA1 (the pin
  43. that  controls  the LED) and so the LED will be dark, but the lowpass-filter
  44. is still working (unless you've made a hardware-modification).
  45.  
  46. Songplayer  can  be  stopped  by pressing the left mousebutton.  When -O was
  47. given, it will stop by itself after playing the song for one time.
  48.  
  49. If  an  error  occured,  Songplayer  will give you the reason why it aborted
  50. loading.
  51.  
  52.  
  53.                How to make a long-play-disk
  54.                ----------------------------
  55.  
  56. If  you  want to make a long-play-disk, it would be silly to place all files
  57. in  the root directory.  A better way:  create two directories:  "songs" and
  58. "instr".    Now   you   have   to   copy   all   used   instruments  to  the
  59. 'instr'-directory.  To load a song, use:  Songplayer songs/songname -I -O.
  60.  
  61.  
  62.                 Bugs known
  63.                 ----------
  64.  
  65. Sorry,  that  I  have to include this paragraph, but there is a little bug I
  66. have to tell you about.  If the songname contains a '-' you have to cancel a
  67. little  Requester  that  appears  in  the  upper  left  corner named 'System
  68. Request'.
  69.  
  70.                      MnemoTroN, 25-May-1989 (1:51 a.m.)
  71.